-
Notifications
You must be signed in to change notification settings - Fork 2.1k
build-system: pin new docker image [backport 2025.04] #21541
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
build-system: pin new docker image [backport 2025.04] #21541
Conversation
| APPLICATION = rust_gcoap | ||
|
|
||
| # TODO: Fix bug in docker image | ||
| BOARD_BLACKLIST := native32 native64 native |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This will make it difficult to test rust-gcoap in the riotdocker repo :P
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, indeed :/
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
One easy way would be to temporarily add the following to the testing script:
make BOARD=native64 CONTINUE_ON_EXPECTED_ERRORS=1 -C RIOT/examples/lang_support/official/rust-gcoap
4b68366
Backport of #21531
Contribution description
This ensures that
make BUILD_IN_DOCKER=1will use the same container that was used in the CI (Murdock).Testing procedure
Green CI
Issues/PRs references
None